home *** CD-ROM | disk | FTP | other *** search
- In article <ST001255.22.000AABE4@brownvm.brown.edu>
- ST001255@brownvm.brown.edu (David Sussman) writes:
- > Im on Trumpet Winsock revision 1.0a for slip.. Is there a way I can
- > make my computer a file server for ftp logins? i know my IP address
- > will be different each time I connect using slip but I would like a
- > program that displays the current IP address and serves FTP. It would
- > be cooler if the server could limit access to particular directories
- > too.. if you know of a client for this please email me back with a
- > ftp site where i can get it which a path and the file name.. thanks a
- > lot!! ST001255@brownvm.brown.edu
-
- The short answer:
- biochemistry.cwru.edu: /pub/qvtnet/qvtws37.zip
- ftp.wst.com: /pub/winsock/wftpd/wftpd19.zip
-
- As the author of the latter, I'd ask that you give the two programs
- fair comparison, and ask for help if there are any problems.
-
- The long answer:
-
- There are two shareware programs that will allow this. The first one
- to appear was WinQVT/Net, which packages a terminal emulator, ftp
- server, mail client and news reader into one program. To my mind,
- this implementation has many disadvantages - it wasn't originally
- written to work with winsock but was re-worked for winsock, it doesn't
- allow multiple logins, the authors seem to take at least two months to
- answer email, it's not configurable through menu options - you have to
- edit text files, and it crashed regularly the last time I used it.
-
- These things prompted me to write the other shareware program that
- allows ftp clients to fetch file - it's called WFTPD. It's written
- from the ground up as a winsock application, and has been designed
- from the start to cope with as many incoming connections as your
- underlying winsock stack will allow. All options are configurable
- from the menu. As for email, well, sometimes I get behind, and I
- really can't be objective about how frequently crashes might occur.
- However, it's worth noting that I wouldn't use my server if WinQVT/Net
- --
- The above is a personal opinion, and may not necessarily represent the
- opinions of Welcom Software Technology, its management, or its staff.
- For information about the WST lines of Project and Cost Management
- Software, email info@wst.com or sales@wst.com, or call (713) 558 0514
- From news@bigblue.oit.unc.edu Wed Apr 20 09:43:47 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA07827; Wed, 20 Apr 1994 13:44:08 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA21210; Wed, 20 Apr 1994 12:19:11 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Wed, 20 Apr 1994 09:43:47 GMT
- From: schwab@jwd.ping.de (Stephan Schwab)
- Message-Id: <1994Apr20.094347.25416@jwd.ping.de>
- Organization: Windows Programmer's Group
- Sender: ses
- References: <geofmwp.766676124@aau>
- Subject: Re: trumpet winsock and Wfwg 3.11
-
- Barney (... and me) (geofmwp@aau.dk) wrote:
- > Im running trumpet winsock ber 1 rev B beta #6 with windows 3.1
- > I'd like to install on Wfwg 3.11.
-
- You have to use the packet driver shim DIS_PKT.DOS that give NDIS drivers a
- packet driver interface.
-
- >From my autoexec.bat
- c:\wfw\net start
- c:\bin\winpkt 0x60
-
- >From my config.sys
- device=c:\wfw\ifshlp.sys
-
- >From my protocol.ini
- [PKTDRV]
- DRIVERNAME=PKTDRV$
- BINDINGS=EN165XD
- INTVEC=0x60
-
- >From my system.ini
- [network drivers]
- netcard=ethne.dos
- transport=dis_pkt.dos,*netbeui,ndishlp.sys
- devdir=C:\WFW
- LoadRMDrivers=Yes
-
- WfW 3.11 uses 32-Bit protected mode network drivers. To use dis_pkt.dos you
- have to step back to real mode drivers. So be beware of LoadRMDrivers=yes.
-
- Stephan
- --
- Stephan Schwab Phone +49 (231) 721-4137
- Westenhellweg 112 Fax +49 (231) 721-4643
- 44137 Dortmund CompuServe 100031,1516
- Germany
- From news@bigblue.oit.unc.edu Wed Apr 20 13:44:10 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA07835; Wed, 20 Apr 1994 13:44:10 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA14554; Wed, 20 Apr 1994 12:34:18 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Wed, 20 Apr 1994 10:31:05
- From: hpriest@orange.cc.utexas.edu (Hip Hip Hip Hip Hip Priest-uh)
- Message-Id: <hpriest.134.000A84F6@utxvms.cc.utexas.edu>
- Organization: The University of Texas at Austin, Austin, Texas
- Sender: ses
- References: <2onlr9$2ah@linda.teleport.com>, <hpriest.113.000FC0CA@utxvms.cc.utexas.edu>, <1994Apr17.151151.16420@cc.usu.edu>
- Subject: Re: Swapfiles, was Re: NCSA Mosaic v2.0alpha4
-
- In article <1994Apr17.151151.16420@cc.usu.edu> jrd@cc.usu.edu (Joe Doupnik) writes:
-
- >> If you're the kind of guy with 64MB of RAM, then you're probably the kind of
- >> guy who knows what he's doing, so maybe you're doing what you're doing with
- >> your swapfile for a reason, but I just thought I'd point out that what you're
- >> doing is redundant (jeez what a sentence :)). You have your virtual memory in
- >> physical memory. That makes no sense. You're wasting RAM. Correct me if I'm
- >> wrong. :)
- >---------------
- > With that invitation I'll step in and make the correction.
- > There is more to running a machine than using Windows. That
- >RAM disk does duty for non-Windows things too, and quite handily. Putting
- >the Windows swap file on it uses the memory, so none is wasted but it is
- >rather relabeled. Simple, effective, works well in practice.
-
- Okay, I stand corrected. :-)
- >From what others have said, I also gather that some apps swap to the virtual
- memory even when there is free memory in order to work with machines with
- small amounts of RAM. In that case, then a swapfile on a RAM disk would make
- sense. You learn something every day...
-
- ----------------------------------------
- Jacob Childress
- hpriest@utxvms.cc.utexas.edu
-
- Maize. You call it corn.
- ----------------------------------------
- From news@bigblue.oit.unc.edu Tue Apr 19 23:03:36 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA13087; Wed, 20 Apr 1994 14:14:10 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA14496; Wed, 20 Apr 1994 12:44:09 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Tue, 19 Apr 1994 23:03:36 GMT
- From: dick@bart.starnet.com (Dick Montgomery)
- Message-Id: <1994Apr19.230336.21524@starnet.com>
- Organization: StarNet Communications Corp.
- Sender: ses
- References: <ragnar.766778856@access2>
- Subject: Re: Looking for info on TCPOpen by Lanera (or Lan Era)
-
- Contact Lanera at lanera@netcom.com
- I have used the product and it works.
-
- Dick
- From news@bigblue.oit.unc.edu Sat Apr 19 13:12:14 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA13177; Wed, 20 Apr 1994 14:14:44 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA16813; Wed, 20 Apr 1994 12:48:14 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 19 Apr 1994 13:12:14 GMT
- From: James Klaas <jklaas@umich.edu>
- Message-Id: <2p0lbe$mo8@lastactionhero.rs.itd.umich.edu>
- Organization: University of Michigan
- Sender: ses
- References: <drormCoGuo2.1Ly@netcom.com>, <terrell.9.00000700@sam.neosoft.com>
- Subject: Re: Cello vs Mosaic
-
- In article <drormCoGuo2.1Ly@netcom.com> Dror Matalon, drorm@netcom.com
- writes:
- >needs for a fast machine. I did however get the previous version and
- tried it,
-
- Actually, I have found that it runs only a little slower on my machine, a
- 386sx25 than on my machine at work a Centris 650 (24mb ram 16bit color).
- I do however have 12mb of ram at home and I am also only running 16
- colors (4 bit) rather than 256 (8 bit) and that seems to help.
- +----------------------------------+-----------------------------------+
- | James Klaas | Currently Looking for a |
- | jklaas@uv1.im.med.umich.edu | mechanical engineering job in the |
- | james.klaas@med.umich.edu | United States. |
- +----------------------------------+-----------------------------------+
- | I would use OS/2 but I don't have a use for the |
- | three programs written for it. |
- +----------------------------------------------------------------------+
- From news@bigblue.oit.unc.edu Wed Apr 20 15:05:28 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA13234; Wed, 20 Apr 1994 14:15:05 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA17453; Wed, 20 Apr 1994 12:50:48 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Wed, 20 Apr 1994 15:05:28 GMT
- From: perlman@cs.fit.edu (Marshal Perlman [ARCS])
- Message-Id: <CoKCL4.H11@zeno.fit.edu>
- Organization: Florida Institute of Technology
- Sender: ses
- Subject: SLIP ?????????
-
-
- output atz\13
- input 10 OK\n
- output atdt###-####\13
- input 30 CONNECT
- input 30 Login:
- output Sperl\13
- input 30 Password:
- output ########
- wait 30
- input 30 SL/IP session from (163.118.5.100) to
- address 30
- input 30 \n
- display \n
- display Connected. Your IP address is \i.\n
-
- Why doesn't this work????? {It won't get the IP from the server}...
-
- After I log in w/ my the server says:
-
- SL/IP session from (163.118.5.100) to 163.118.5.###
-
- Yet, "address" doesn't see that. HELP.
-
- Thanks
-
- ------
-
- Also...what is a good rwin for SLIP?
-
-
- --
- |o| Marshal Perlman Internet/MIME: perlman@zeno.fit.edu |o|
- |o| Academic and Research Computing Services (ARCS) IRC: Squawk |o|
- |o| Florida Institute of Technology FAA: PP-ASEL |o|
- |o| Pager: 407/455-4809 Member: AOPA/AAAE/Goodyear Blimp Club |o|
- |o| *My Uniform Resource Locator is: http://sci-ed.fit.edu/~perlman |o|
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- Marshal Perlman -- Information Super-Highway Patrol Officer
- From news@bigblue.oit.unc.edu Tue Apr 19 23:43:42 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA13351; Wed, 20 Apr 1994 14:15:47 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA14497; Wed, 20 Apr 1994 12:44:17 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Tue, 19 Apr 1994 23:43:42 GMT
- From: jnewsham@uhunix3.uhcc.Hawaii.Edu (Jim Newsham)
- Message-Id: <CoJ5wu.2nF@news.Hawaii.Edu>
- Organization: University of Hawaii
- Sender: ses
- References: <leonn.4.001010F0@tenore.digex.net>, <765840d1807565t73@zaun.UUCP>
- Subject: Re: Problems with FTP on Winsock/SLIP
-
- In article <765840d1807565t73@zaun.UUCP> "James A. Zaun" <jim@zaun.infoserv.com> writes:
- >In <leonn.4.001010F0@tenore.digex.net>, leonn@tenore.digex.net (Leon Nisenfeld) wrote:
- >>
- >>I'm having problems with FTPing on Winsock over SLIP. I've tried a number of
- >>FTP clients with no luck. Every file a get is corrupted. (I hope this isn't a
- >>personal statement about me! :) ) Anyhow, I was wondering if there's a
- >>configuration parameter in my winsock setup that may be causing this?
- >
- >Well, I know almost nothing of winsock (except for writing a client/server
- >messaging system using it), but there are 2 possible causes I can think of.
- >1. Use the "bin" command in your FTP to force binary mode. 2. SLIP has poor
- >error recovery because it transfers IP datagrams without frame encapsulation.
- >So, the only error checking you get is a checksum of the IP header. If #2
- >is your problem you should look into PPP which does provide a FCS (frame
- >check sequence) trailer at the cost of a bit more overhead. -jim
- >
-
-
- I have been having a problem similar to what leon has described.
- I have successfully installed and used Trumpet Winsock over a
- 14.4k modem line at home. I have set up WinQVTNet as an FTP
- server, with no problems. However, when I tried installing the
- same setup on a couple of PC's at work, I ran into a strange
- problem with WinQVTNet's FTP server: any "put"s to a remote
- host running the server work fine, but if I try to "get" from
- the same host, the file transfer is truncated at multiples
- of 1034 bytes, depending on its size.
-
- For example, a file transfer of winftp2.doc (18323 bytes)
- terminates after 2068 bytes:
-
- ftp> get winftp2.doc
- 200 PORT command successful.
- 150 Binary data connection for winftp2.doc (128.171.44.52,3847) (18323 bytes).
- 226 Transfer complete.
- local: winftp2.doc remote: winftp2.doc
- 2068 bytes received in 0.82 seconds (2.5 Kbytes/s)
- ftp>
-
- The only difference between my setup at home and at work is
- that the two computers at work are on ethernet. There seems
- to be no problem with any other winsock applications that
- I've tried.
-
- If anyone has any insight into what the problem is, please
- respond via email, as I normally don't have the time to
- read messages on usenet. Thanks in advance for any help!
-
- Jim
-
-
-